home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Prog / S / Source Manager 3.6.1.sit / Source Manager 3.6.1 ƒ / Version History < prev   
Encoding:
Text File  |  1994-01-05  |  4.8 KB  |  122 lines  |  [TEXT/ttxt]

  1. checkin "JAZZMAN:My Think C Stuff:My Projects:FindModified:FindModified.π.rsrc"
  2. checkin "JAZZMAN:My Think C Stuff:My Projects:FindModified:FindModified.π"
  3.  
  4. NameRevisions "Version 1.8 7/1/93" -r -a
  5.  
  6. 1.3    Custom Icon
  7. 1.4 >32 lists, gracefull handling of out of mem conditions
  8. 1.5 Check for and display revisions that are on a branch, regardles of checkout status
  9. 1.6 Added "Copy CheckIn Cmds" feature
  10. 1.7 Fixed hot key selection, added listing of orphans, fixed problem with ANSI Tiny
  11.     has to be in the first segment probably becuase of a TC6.0 smartlink bug, fixed a
  12.     bug in OverviewFileList.c by changing fsCurPerm to fsRdPerm.
  13. 1.8 • Added Options dialog and all the code to support it, including orphan filtering.
  14.     • Fixed bug in JeniLib for GetVersString
  15.     • Put JeniLib in its own segment
  16.     • Put in Balloon help.
  17.     • fixed window size gridding
  18.     • made dbl-clicking on icon bring up options
  19.     
  20. 1.9:
  21. • Editing comment, the menu has new "Revert" to original comment
  22. • added Auto Refresh option
  23. • speeded up sorting
  24. • fixed bug in EditComment.c which wasn't checking resRefNum == -1 correctly in some
  25.     cases...bug manifested itself by showing FindModified's 'ckid' for orphans that didn't
  26.     have resource files.  Also adjusted same area of code that was wrong, preventing Edit
  27.     Comment from proceeding with files that were "already open for write".
  28. • fixed 'cicn' (had Drag Relay's icon bits for the B&W version)
  29. • prevent VerifyFileList() first time BuildAndDisplayFileList() is called (unnecessary)
  30. • fixed bug that would cause Type/Creators and Extensions lists (the popups in the options
  31.     dialog) to not get saved unless there was at least one thing in the menu.
  32.  
  33. 2.0
  34. • >100 checkin commands.  Now handles as many as memory permits
  35. • Auto Refresh "Only Listed Files" option
  36. • CheckIn cmds options: "-p" (progress), "answer dialog", "-n" or "-y".
  37.   The latter two are only for project files, not orphans
  38. • added statistics summary to top of list window
  39. • "Mark unchanged" option, marks the date field with a "•" for any
  40.   project files whose checkout date equals its last mod date.
  41. • "Float unchanged" option affects sorting by date.  When checked,
  42.   unchanged files will float to the top of the list
  43. • "Ascending/Descending" option for date sorting
  44.  
  45. 2.1
  46. • plugged some mem leaks in the options dialog by disposing some things that weren't
  47. getting disposed.
  48.  
  49. ------------------------------------------------------------------------------------
  50. rewrote FindModified in TCL
  51. ------------------------------------------------------------------------------------
  52.  
  53. 3.0
  54. • re-sizeable everything (free with TCL)
  55. • dlb-click filename to open that file via 'sope' apple event
  56. • new task field
  57. • toggle between read-only and mod-read-only
  58. • selectable as to which files for checkin cmds
  59. • non-modal and multiple comment edit windows
  60.  
  61. 3.1
  62. • global (multi-file) comment/task entry
  63. • leaving a comment or task field empty will leave whatever was in the 'ckid' before
  64.     instead of replacing it with nothing
  65. • fixed bug with "only" radio buttons (handles were released resources)
  66. • fixed reparsing so it will build a new table if you close the first one and
  67.     then drag-drop a new folder or file.  Didn't work before.
  68. • plugged some memory leaks
  69.  
  70. 3.2
  71. • changed what happens if you drop more files after first drop:  Now it adds
  72.     them to the table (or builds a table if one doesn't exist).
  73. • changed "Open...": it used to only accept project files, and it would immediately
  74.     open the file and in a comment edit window.  Now it accepts any file and simply
  75.     adds it to the table (or builds one, if one doesn't exist).
  76. • added "Delete From List" menu command (also works by Clear or Delete keys),
  77.     which deletes the selected files from the list.
  78.     file (orphan).  Use the option key to avoid the confirm dialog.
  79. • resort if necessary after changing a file's comment, task, or ckid status
  80.  
  81. 3.3
  82. • added hot key selection
  83. • fixed bug introduced in 3.2 which wouldn't let you close the table doc
  84.     and then drag-n-drop to create a new one
  85.  
  86. 3.4
  87. • added options floating palette
  88. • added "inferProject" option to associate orphans with projects when
  89.      generating checkin commands.  It does this by looking for a project file
  90.      in the same directory as the orphan and assumes that project.
  91. • fixed: insertion caret in comment and task edit panes will blink
  92.     even when the field is empty
  93.  
  94. 3.4.1
  95. • fixed bug with "float unchanged"
  96.  
  97. 3.4.2
  98. • fixed bug in "Delete from list"
  99.  
  100. 3.4.3
  101. • fixed a balloon help
  102.  
  103. 3.5
  104. • Now talks to SourceServer:
  105.     • CheckIn
  106.     • DeleteRevisions
  107. • Added 'ckid' status modifier commands
  108.     • Read-Only
  109.     • Mod Read-Only
  110.     • OrphanFiles
  111.     
  112. 3.5.1
  113. • made it not list files called "ProjectorDB"
  114. • fixed bug that would sometimes cause "Modify Read-Only","Read-Only", or
  115.     "DeleteRevisions" to do nothing
  116.  
  117. 3.6
  118. • added "RenameProjectorFile" command
  119.  
  120. 3.6.1
  121. • added balloon help for RenameProjectorFile and Mount ProjectorDB
  122.